Auto merge of #1757 - alexcrichton:fix-msvc-build, r=huonw
authorbors <bors@rust-lang.org>
Fri, 26 Jun 2015 23:23:44 +0000 (23:23 +0000)
committerbors <bors@rust-lang.org>
Fri, 26 Jun 2015 23:23:44 +0000 (23:23 +0000)
This commit updates Cargo's unit tests to pass `make check` entirely on MSVC
targets. Two tests are ignored on MSVC as it requires panicking to be
implemented, which currently isn't, but otherwise Cargo is fully functional.


Trivial merge